home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / os2 / pccts.zip / PASCAL.H < prev    next >
Text File  |  1992-12-08  |  219b  |  14 lines

  1. /* pascal.h header file for the antlr pascal grammar
  2.  *
  3.  * 6/9/91
  4.  */
  5.  
  6. #define TRUE    1
  7. #define FALSE    0
  8.  
  9. Sym *make_special_entry();
  10.  
  11. typedef Sym *Attrib;
  12. #define zzcr_attr(attr,tok,text)    {*(attr) = CurSym;}
  13.  
  14.